home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Designer's Club 1996 June
/
Designer's Club 1996 June.iso
/
mac
/
Idea Source
/
Gallery.DIR
/
00165_Script_165
< prev
next >
Wrap
Text File
|
1996-04-23
|
465b
|
16 lines
on exitFrame
go the frame
if rollover (2) then
set the movierate of sprite 2 to 1
else set the movierate of sprite 2 to 0
if rollover (3) then
set the movierate of sprite 3 to 1
else set the movierate of sprite 3 to 0
if rollover (5) then
set the movierate of sprite 5 to 1
else set the movierate of sprite 5 to 0
if rollover (7) then
set the movierate of sprite 7 to 1
else set the movierate of sprite 7 to 0
end